adb shell
命令手册安卓调试桥-Shell: 运行安卓模拟器或者连接设备上的远程终端命令。 更多信息: https://developer.android.com/studio/command-line/adb.
adb shell
adb shell getprop
查看进程列表
重置所有运行时权限为它们的默认值:
adb shell pm reset-permissions
adb shell pm revoke {{包名}} {{权限}}
adb shell input keyevent {{键位码}}}
adb shell pm clear {{包名}}
adb shell am start -n {{包名}}/{{活动名}}
adb shell am start -W -c android.intent.category.HOME -a android.intent.action.MAIN